1. Attributes for form submission

    Attributes for form submission that may be specified on submit buttons. The attributes are: `formaction`, `formenctype`, `formmethod`, `formnovalidate`, and `formtarget`

  2. htmlbuttonelement api: formnovalidate

  3. htmlformelement api: novalidate

  4. htmlinputelement api: formnovalidate

  5. html element: button: formnovalidate

  6. html element: form: novalidate

  7. html element: input: formnovalidate